home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / tod.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.6 KB  |  79 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : TOD_Utilities
  3. -- VERSION           : 1.0 (MOOV115)
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : Mendal@SU-SIERRA.ARPA
  6. -- AUTHOR            : Geoffrey O. Mendal
  7. --                   : Stanford University
  8. --                   : Computer Systems Laboratory
  9. --                   : Stanford, CA  94305
  10. --                   : (415) 497-1414 or 497-1175
  11. -- COPYRIGHT         : (c) 1985 Geoffrey O. Mendal
  12. -- DATE CREATED      : Mon 11 Nov 85
  13. -- DATE RELEASED     : Sun 25 Dec 85
  14. -- DATE LAST UPDATED : MENDAL Sun 25 Dec 85
  15. -- LOCATION          : C2MUG
  16. -- LOCATION          : ASR
  17. -- ENVIRONMENT       : DG MV10000, ROLM ADE
  18. --= CLASSIFICATION       ===============================================--
  19. -- CATEGORY LEVEL 1  : COMPONENTS
  20. -- CATEGORY LEVEL 2  : INPUT/OUTPUT
  21. -- CATEGORY LEVEL 3  : Time of Day
  22. -- CATEGORY LEVEL 4  : 
  23. -- KEYWORD           : TIME
  24. -- KEYWORD           : DAY
  25. -- KEYWORD           : DATE
  26. -- KEYWORD           : TIME CONVERSION
  27. -- KEYWORD           : DATE CONVERSION
  28. -- INDEX             : Time
  29. -- INDEX             : Day
  30. -- INDEX             : Date
  31. -- INDEX             : Time Conversion
  32. -- INDEX             : Date Conversion
  33. -- INDEX             : Conversion, Time
  34. -- INDEX             : Conversion, Date
  35. -- TAXONOMY          : 
  36. -- DEPENDENCIES      : 
  37. -- SEE ALSO          : 
  38. --= FILE LISTING         ===============================================--
  39. -- FILE SPECS        : PD:<ADA.COMPONENTS>TOD.*
  40. -- DIRECTORY DISPLAY :
  41. -- Directory   PD:<ADA.COMPONENTS>
  42. --      File Name     Byte Count  Line Count
  43. --   ---------------  ----------  ----------
  44. --   TOD.ADA               78532        1903
  45. --   TOD.PRO                3600          75
  46. --   ===============  ==========  ==========
  47. --     2 Files             82132        1978
  48. --= ABSTRACT             ===============================================--
  49. --         This package contains time-of-day  conversion  routines.   One
  50. -- routine  takes  practically  any  time/date  STRING and converts it to
  51. -- CALENDAR.TIME format.  The other routine takes a  CALENDAR.TIME  value
  52. -- and  converts  it  to a STRING containing the day name, full date, and
  53. -- time (resolution to the nearest second).
  54. --= REVISION HISTORY     ===============================================--
  55. --
  56. -- DATE         VERSION              AUTHOR     HISTORY
  57. -- 12/29/85     1.0 (MOOV115)     Mendal     Initial Release
  58. --= RELEASE NOTICE       ===============================================--
  59. -- This prologue must be included in all copies of this software.
  60. --
  61. -- This software is copyright by the author.
  62. --
  63. -- This software is released to the Ada community.
  64. -- This software is released to the Public Domain (note:
  65. --   software released to the Public Domain is not subject
  66. --   to copyright protection).
  67. -- Restrictions on use or distribution:  NONE
  68. --= DISCLAIMER           ===============================================--
  69. --     This software and its documentation are provided "AS IS" and
  70. -- without any expressed or implied warranties whatsoever.  No warranties
  71. -- as to performance, merchantability, or fitness for a particular
  72. -- purpose exist.
  73. --     The user is advised to test the software thoroughly before
  74. -- relying on it.  The user must assume the entire risk and liability of
  75. -- using this software.  In no event shall any person or organization of
  76. -- people be held responsible for any direct, indirect, consequential or
  77. -- inconsequential damages or lost profits.
  78. --======================================================================--
  79.